home *** CD-ROM | disk | FTP | other *** search
- object GOTOwnd: TGOTOwnd
- Left = 129
- Top = 128
- Width = 259
- Height = 231
- BorderStyle = bsSizeToolWin
- Caption = 'Go to person'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 251
- Height = 167
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = Button1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 167
- Width = 251
- Height = 36
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Panel2: TPanel
- Left = 153
- Top = 0
- Width = 98
- Height = 36
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 14
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Go'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object Button2: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
-